home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C++
/
Applications
/
Muddweller 1.2
/
source code
/
Main
/
NoTrace.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-11
|
392 b
|
25 lines
|
[
TEXT/MPS
]
/* NoTrace - Routines which must be compiled with -trace off */
#ifndef __NOTRACE__
#define __NOTRACE__
// • MacApp
#ifndef __UMemory__
#include "UMemory.h"
#endif
const int kRsrvSize = 40000;
HandleListHandle gMyDocList;
Boolean gPurgedHist, gMemIsLow;
Handle gMemReserve, gMemReserve2;
pascal long GrowZone (long needed);
pascal void InitNoTrace (void);
#endif